Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / MisspelledWord Object / MisspelledWord Constructor
Starting row screen coordinate of the misspelled word.
Starting column screen coordinate of the misspelled word.
The misspelling.
Any spelling suggestions that are available for correction.
In This Topic
    MisspelledWord Constructor
    In This Topic
    Creates a new MisspelledWord object.
    Syntax
    Public Function New( _
       ByVal startRow As Integer, _
       ByVal startCol As Integer, _
       ByVal word As String, _
       ByVal suggestions() As String _
    )

    Parameters

    startRow
    Starting row screen coordinate of the misspelled word.
    startCol
    Starting column screen coordinate of the misspelled word.
    word
    The misspelling.
    suggestions
    Any spelling suggestions that are available for correction.
    See Also